home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Library / Manuels & Misc / Assembly / AOA.ZIP / CH03 / EX5A.X86 < prev    next >
Encoding:
Text File  |  1996-02-01  |  124 b   |  16 lines

  1. a:    mov    ax, [1000]
  2.     cmp    ax, [1002]
  3.     je    b
  4.     put
  5.     mov    [1002], ax
  6.  
  7. b:    mov    ax, [fff0]
  8.     cmp    ax, 0
  9.     je    a
  10.     halt
  11.  
  12.  
  13.     
  14.  
  15.  
  16.